3.2.33 \(\int \sinh ^{-1}(a x)^n \, dx\) [133]

Optimal. Leaf size=49 \[ \frac {\left (-\sinh ^{-1}(a x)\right )^{-n} \sinh ^{-1}(a x)^n \Gamma \left (1+n,-\sinh ^{-1}(a x)\right )}{2 a}-\frac {\Gamma \left (1+n,\sinh ^{-1}(a x)\right )}{2 a} \]

[Out]

1/2*arcsinh(a*x)^n*GAMMA(1+n,-arcsinh(a*x))/a/((-arcsinh(a*x))^n)-1/2*GAMMA(1+n,arcsinh(a*x))/a

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 49, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.500, Rules used = {5774, 3388, 2212} \begin {gather*} \frac {\left (-\sinh ^{-1}(a x)\right )^{-n} \sinh ^{-1}(a x)^n \text {Gamma}\left (n+1,-\sinh ^{-1}(a x)\right )}{2 a}-\frac {\text {Gamma}\left (n+1,\sinh ^{-1}(a x)\right )}{2 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[ArcSinh[a*x]^n,x]

[Out]

(ArcSinh[a*x]^n*Gamma[1 + n, -ArcSinh[a*x]])/(2*a*(-ArcSinh[a*x])^n) - Gamma[1 + n, ArcSinh[a*x]]/(2*a)

Rule 2212

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))*((c_.) + (d_.)*(x_))^(m_), x_Symbol] :> Simp[(-F^(g*(e - c*(f/d))))*((c
+ d*x)^FracPart[m]/(d*((-f)*g*(Log[F]/d))^(IntPart[m] + 1)*((-f)*g*Log[F]*((c + d*x)/d))^FracPart[m]))*Gamma[m
 + 1, ((-f)*g*(Log[F]/d))*(c + d*x)], x] /; FreeQ[{F, c, d, e, f, g, m}, x] &&  !IntegerQ[m]

Rule 3388

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + Pi*(k_.) + (f_.)*(x_)], x_Symbol] :> Dist[I/2, Int[(c + d*x)^m/(E^(
I*k*Pi)*E^(I*(e + f*x))), x], x] - Dist[I/2, Int[(c + d*x)^m*E^(I*k*Pi)*E^(I*(e + f*x)), x], x] /; FreeQ[{c, d
, e, f, m}, x] && IntegerQ[2*k]

Rule 5774

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_), x_Symbol] :> Dist[1/(b*c), Subst[Int[x^n*Cosh[-a/b + x/b], x], x
, a + b*ArcSinh[c*x]], x] /; FreeQ[{a, b, c, n}, x]

Rubi steps

\begin {align*} \int \sinh ^{-1}(a x)^n \, dx &=\frac {\text {Subst}\left (\int x^n \cosh (x) \, dx,x,\sinh ^{-1}(a x)\right )}{a}\\ &=\frac {\text {Subst}\left (\int e^{-x} x^n \, dx,x,\sinh ^{-1}(a x)\right )}{2 a}+\frac {\text {Subst}\left (\int e^x x^n \, dx,x,\sinh ^{-1}(a x)\right )}{2 a}\\ &=\frac {\left (-\sinh ^{-1}(a x)\right )^{-n} \sinh ^{-1}(a x)^n \Gamma \left (1+n,-\sinh ^{-1}(a x)\right )}{2 a}-\frac {\Gamma \left (1+n,\sinh ^{-1}(a x)\right )}{2 a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 45, normalized size = 0.92 \begin {gather*} \frac {\left (-\sinh ^{-1}(a x)\right )^{-n} \sinh ^{-1}(a x)^n \Gamma \left (1+n,-\sinh ^{-1}(a x)\right )-\Gamma \left (1+n,\sinh ^{-1}(a x)\right )}{2 a} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[ArcSinh[a*x]^n,x]

[Out]

((ArcSinh[a*x]^n*Gamma[1 + n, -ArcSinh[a*x]])/(-ArcSinh[a*x])^n - Gamma[1 + n, ArcSinh[a*x]])/(2*a)

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 5 vs. order 4.
time = 1.64, size = 40, normalized size = 0.82

method result size
default \(\frac {\arcsinh \left (a x \right )^{1+n} \hypergeom \left (\left [\frac {1}{2}+\frac {n}{2}\right ], \left [\frac {1}{2}, \frac {n}{2}+\frac {3}{2}\right ], \frac {\arcsinh \left (a x \right )^{2}}{4}\right )}{a \left (1+n \right )}\) \(40\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arcsinh(a*x)^n,x,method=_RETURNVERBOSE)

[Out]

1/a/(1+n)*arcsinh(a*x)^(1+n)*hypergeom([1/2+1/2*n],[1/2,1/2*n+3/2],1/4*arcsinh(a*x)^2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsinh(a*x)^n,x, algorithm="maxima")

[Out]

integrate(arcsinh(a*x)^n, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsinh(a*x)^n,x, algorithm="fricas")

[Out]

integral(arcsinh(a*x)^n, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \operatorname {asinh}^{n}{\left (a x \right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(asinh(a*x)**n,x)

[Out]

Integral(asinh(a*x)**n, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arcsinh(a*x)^n,x, algorithm="giac")

[Out]

integrate(arcsinh(a*x)^n, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int {\mathrm {asinh}\left (a\,x\right )}^n \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(asinh(a*x)^n,x)

[Out]

int(asinh(a*x)^n, x)

________________________________________________________________________________________